Auto Select Option in Dropdown
Question
You can find this question from this link 👉Set Lookup Field to Top Option
Answer
You can find the solution to the question from the video below
The Parameters for the Workflow are given below

The Code Snippet is as follows
list = Category [ID != null] sort by Category range from 0 to 0; first_item = list.ID; input.Category = first_item;




